I have this validator using Fluent Validation in ASP.NET Core-6 Web API : public TransactionValidator() { RuleFor(p => p.Token) .Cascade(CascadeM
I want to change my app icon in flutter using flutter_launcher_icons: ^0.9.2 It shows me errors while I'm running Command flutter pub run flutter_launcher_icon
I have created a python script that uses a database, which I have to pass in the file when compiling the .exe to a file. I would like to know if it is possible
I have installed idea, and I cannot open idea by double-clicking the .exe file, so there is no response at all. If I choose to open idea.bat with the command li
I have a python chatbot (Bot framework) and I want to switch the conversation from the user and the bot to the user and a live agent using a secret key to the l
I want to query records from the access database that matches the current date (system date) The following query works fine if I enter the date literally. SELEC
I cannot use models in mlr3 other than random forest, part, knn, svm, gbm etc. I am using mlr3extralearners package but still it seems there a
I am using third party software for master data management. This software does not have API's to perform deployment across environment. It has command line util
I'm currently switching to vite with vuejs and have the following problem: I have a component in debugging that displays images from a folder: imageArray: [
I'm total newbie in coding and are trying to make a small app for my own. This is working as I want but I've no idea how to make the movie loop? Tried to look e
I am trying to get a candlestick graph for BTCUSDT using the pip import pandas module and the pip install mpl_finance module. I have successfully downloaded bot
I can't find the solution to this problem. On my wordpress page some content is showing up and some content is not. Usually if I made a post of just a single im
I'm trying to add typescript to my project and write new components with typescript. I followed the documentation but I'm got this error:can't resolve [the type
I am new to TF, so what is the general process of finding the angle of a 2D image? What I want to do is find the angle of rotation a particular object real-time
We are in process of improving the IAM roles in our project and we need to enable dev team to only resize their cluster to save the cost. We are struggling to g
I'm using getUserMedia to make a website that can display a camera stream. The problem is, my code works on computer, but not through a mobile browser. Does any
In laravel 9 I want to join $CMSItem object and properties of related image(I use spatie/laravel-medialibrary) in one resource, having in control : $CMSItem = C
I have created an Azure API Management instance. I want to integrate OpenAPI into Azure API Management using Azure DevOps CI & CD pipelines. For each releas
I am trying to use a smart contract just after I instantiate it. However, I get an error: Uncaught (in promise) TypeError: Cannot read properties of null (read
I am trying to install express-graphql but getting this error.Please help npm install --save express-graphql npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to
I have a dataset of images on Dropbox it is in uncompressed folders, and I want to train a a model using google colab. How can I tell Colab where the dataset is
I have small SQLite database with products, that have relative paths to images. I'd like to include these images to my page. I'm trying to use this query: query
I'm kind of ignorant on the topic so it might be a simple mistake, but I have used cutpoints and then i'm trying to print a table with the sum of elements in ea
I have minted NFTS with my own contract on Solana blockchain. I am going to sell these NFTS on Marketplace but marketplaces need candy machine addresses or hash
when i tried inherit external id web.assets_backend odoo says that external id not found here's the error log: Traceback (most recent call last): File "/opt/o
I want to increase the fontsize of the x and y label of my triangle plot. I tried as in this question: Changing the size of labels of plots in python but it's n
I am using a restlet to check whether a contact exist in netsuite or not. I am calling this restlet from an external environment. The problem I'm facing is the
I have an object like this const example = [{medicineName : "Some name" medicineId : 1} {medicineName : "Some other name" medicine
I am having big trouble with my website as it is not being responsive. I already included the required script for adjusting page to device width on the html :
I need to help with my code which is write in Powershell. Program should generate IP addresses in range. For example from 10.4.254.250 to 10.4.255.255. When I h